@charset "utf-8";
/****************************************初始化样式-无需改动查看*****************************************/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: none;
}

/* Remove default margin. */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: medium none;
}

/* HTML5 display definitions */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template,
script {
    display: none;
}

/* Links
   ========================================================================== */
/*  默认背景色透明*/
a {
    background-color: transparent;
}

/* 获取焦点字段，并设计其样式*/
a:focus {
    outline: thin dotted;
}

/* 当使用TAB键盘控制页面时，取消默认选中模块的虚线框 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/* 下划线 */
ins,
a {
    text-decoration: none;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b,
strong {
    font-weight: bold;
}

/* Improve readability of pre-formatted text in all browsers. */
pre {
    white-space: pre-wrap;
}

/* Address inconsistent and variable font size in all browsers. */
small {
    font-size: 80%;
}

/* Embedded content
   ========================================================================== */
/**
  * 1. Corrects max-width behavior (2.) if padding and border are used
  * 2. Responsiveness: Sets a maxium width relative to the parent and auto scales the height
  * 3. Remove the gap between images and the bottom of their containers
  * 4. Remove border when inside `a` element in IE 8/9.
  */
img {
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
}

a img {
    border: 0
}

/* Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 0;
}

/* Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    padding: 0;
}

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

input,
input:focus {
    outline: none;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
}

/* Re-set default cursor for disabled elements. */
button[disabled],
html input[disabled] {
    cursor: default;
}

/* Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

/* Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
    resize: vertical;
}

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/**文章页通用样式调整**/

/**分享微信二维码字超出边框**/
.bd_weixin_popup {
    width: 280px !important;
    height: 330px !important;
}

/**分享模块在ie8下会出现白色背景问题**/
.bdshare_dialog_bg {
    background: none !important;
}

/**文章正文内容文字两端对齐**/
.zoom {
    text-align: justify;
    text-justify: inter-ideograph;
}

.hover {
    background-color: #009af0;
}

.bt_top {
    line-height: 42px;
    font-size: 17px;
    border-bottom: 2px solid #009af0;
    height: 42px;
}

.bt_top a {
    color: #333333;
    height: 100%;
    display: block;
    width: 85px;
    text-align: center
}

/*.title{padding: 0 5px;}*/
.title-hover {
    font-weight: bold;
}

.title-hover a {
    color: #009af0;
}

.ul-list {
    padding-right: 5px;
}

.ul-list li {
    height: 40px;
    background: url(../images/li_qz_03.png) left center no-repeat;
    padding-left: 13px;
    border-bottom: 1px dashed #d1d1d1;
}

.ul-list li a {
    line-height: 40px;
    height: 40px;
}

.time {
    color: #666666;
    line-height: 40px;
    font-size: 13px;
    height: 40px
}

.mt23 {
    margin-top: 23px
}

.ml23 {
    margin-left: 23px;
}

body {
    background: #fff;
    color: #333;
    font-size: 12px;
    font-family: "微软雅黑", "Arial Narrow";
    min-width: 1160px;
}

.content_box {
    width: 1100px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.content_box>table {
    width: 100%;
}

.list_title {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #d2d2d2;
}

.list_title span {
    display: inline-block;
    padding: 0 5px;
    position: relative;
    height: 30px;
    border-bottom: 1px solid #1a57a8;
}

.list_title span a {
    color: #1a57a8;
    font-weight: bold;
    font-size: 18px;
}

.list_title span b {
    display: inline-block;
    width: 11px;
    height: 6px;
    background: url(../images/jn_pic_01.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
}

.list li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #d2d2d2;
    padding: 0 15px;
    background: url(../images/jn_pic_02.png) no-repeat left center;
}

.list li a {
    font-size: 17px;
    color: #515151;
}

.list li a:hover {
    text-decoration: none;
}

.list li .time {
    float: right;
    font-size: 14px;
}


.link_title {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #1b55a7;
    border-bottom: 2px solid #e2e2e2;
}

.link_tab {
    overflow: hidden;
}

.link_tab li {
    height: 38px;
    line-height: 38px;
    float: left;
    padding-left: 10px;
    padding-right: 15px;
}

.link_tab li:hover,
.link_tab li.hover {
    border-bottom: 2px solid #015294;
}

.position {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #0158b5;
    padding: 0 15px;
    background: none;
}

.position a {
    color: #333;
}

.position_t {
    width: inherit;
    margin: 0 auto;
    background: url(../images/jn_bg_01.png) no-repeat left center;
    padding-left: 25px;
}

.position_t input{
    border: 1px solid #ccc;
    height: 25px;
    padding-left:10px;
}

.xxjw {
    height: 55px;
    margin-bottom: 20px;
}

.contact {
    height: 185px;
    background: #f3f3f3;
}

.col_box {
    border: 1px solid #eaedeb;
}

.col_title {
    height: 50px;
    line-height: 50px;
    background: #0158b5;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.col_title a {
    color: #fff;
    text-decoration: none;
} 

.col_list {
    text-align: center;
}

.col_list li.col-active {
    background: #0277d5;
}

.col_list li {
    height: 37px;
    border-top: 1px solid #eaedeb;
    line-height: 37px;
    text-align: center;
}

.col_list li a {
    color: #4d4d50;
    display: block;
    font-size: 16px;
}

.col_list li.col-active a {
    color: #fff;
}

.col_list li:hover {
    background: #0277d5;
}

.col_list li:hover a {
    color: #fff;
}

.zoom.zoomCon {
    margin-bottom: 30px;
}

.zoomCon img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.zoomCon table {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.main-fl-riqi-1 {
    margin-left: 390px !important;
}

.main-fl-tit p {
    font-size: 15px;
    line-height: 30px;
    padding: 10px 0;
}

.bdshare_dialog_box {
    border: 0 !important;
}

.w1100 {
    width: 1100px;
}

.center {
    margin: 0 auto;
}

/*mid-nav*/
.mi-nav-bg {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    color: #ffffff;
    background-color: #427fda;
    text-align: center;
    font-weight: lighter;
}

.main-tit {
    width: 100%;
    text-align: center;
    font-size: 25px;
    margin: 20px 0;
    color: #000000;
}

.main-fl {
    /* float: left; */
    width: 100%;
    min-height: auto;
    border: solid 1px #d6d6d6;
    padding: 40px 60px 40px 60px;
}

.main-fl-tit {
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #000000;
}

.main-fl-xian {
    width: 100%;
    height: 2px;
    background-color: #717171;
    margin-bottom: 20px;
}

.main-fl-riqi {
    width: 100%;
    margin-bottom: 10px;
}

.main-fl-riqi-1 {
    width: 55%;
    color: #333333;
    font-size: 15px;
    margin-left: 155px;
}

.main-fl-riqi-2 {
    height: 24px;
}

.main-fl p {
    color: #333333;
    font-size: 15px;
    line-height: 2em;
    /*margin-top: 40px;*/
}

.main-fl-bjxx {
    width: 100%;
    text-align: right;
    margin-top: 40px;
    color: #333333;
    line-height: 30px;
    font-size: 15px;
}

.main-fl-bjxx .xxly {
    margin-bottom: 40px;
}

.main-fl-gn {
    width: 100%;
    height: 40px;
    background-color: #f1f1f1;
    line-height: 40px;
    padding: 0 21px;
    margin-bottom: 30px;
}

.main-fl-gn span {
    color: #fa0505;
    font-size: 15px;
}

.main-fl-gn a {
    color: #027bc2;
    font-size: 15px;
    text-decoration: underline;
}

.printer {
    width: 50px;
    height: 40px;
    background: url(../images/printer.png) 1px no-repeat;
    text-align: right;
    margin-right: 20px;
    cursor: pointer;
}

.close {
    width: 50px;
    height: 40px;
    background: url(../images/close.png) 1px no-repeat;
    text-align: right;
    cursor: pointer;
}

.main-fl-xian2 {
    border-top: dashed 1px #c5c5c5;
}

.main-fl-syp {
    color: #333333;
    font-size: 15px;
    margin-top: 20px;
}

.main-fl-syp a {
    color: #333333;
    font-size: 15px;
}

.main-fl-xyp {
    color: #333333;
    font-size: 15px;
    margin-top: 20px;
}

.main-fl-xyp a {
    color: #333333;
    font-size: 15px;
}

.main-fl-bjxx .fare {
    background: url(../images/fare.png) no-repeat left center;
    padding-left: 30px;
}

a {
    color: #333;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf {
    zoom: 1;
}

.cf:after {
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
}

.cl {
    clear: both;
}

.hide {
    display: none;
}

.block {
    display: block;
}

/*******文章正文样式开始****/

.bt-article-s .bt-article-01 {
    width: 768px;
    padding: 25px 60px 30px 60px;
    border: #CCC solid 1px;
}

.bt-article-y .bt-article-01 {
    width: 838px;
    padding: 25px 60px 30px 60px;
    border: #CCC solid 1px;
}

/***文章页-自适应wap手机端效果代码判断css的关键，以下css是使用于手机端的样式代码**/
@media only screen and (max-width:768px) {

    /**手机端所有需要隐藏的容器class全部加在下面**/
    .bt-top-nav,
    .bt-head-cen,
    .bt-nav-y,
    .bt-nav-s .bt-box,
    .bt-position,
    .bt-footer {
        display: none;
    }

    /**手机端所有需要显示的容器宽度都要变成100%**/
    .bt-head,
    .bt-article-s,
    .bt-article-y {
        width: 100% !important
    }

    /**手机端-页头部分全部隐藏，然后替换成手机端专用logo**/
    .bt-head {
        width: 100%;
        height: 80px;
        min-height: 0;
        border-bottom: #333 solid 2px;
        background: url(logo-wap.png) no-repeat left top;

    }

    /**手机端-文章文调整**/
    .bt-article-s,
    .bt-article-y {
        min-height: 400px;
        margin: 0 auto;
        padding: 15px 10px;
    }

    .bt-article-s .bt-article-01,
    .bt-article-y .bt-article-01 {
        width: 100%;
        padding: 20px 10px 30px 10px
    }

    .bt-rig-box {
        display: none
    }

    .bt-article-s .bt-article-02,
    .bt-article-y .bt-article-02 {
        padding: 0;
    }

    .bt-article-s .sp_time font,
    .bt-article-y .sp_time font {
        padding: 0 20px;
        line-height: 30px;
        display: block;
        width: 100%
    }
}

/* 公共头部相关 */
.nav {
    width: 100%;
    background-color: #136ad4;
    line-height: 50px;
}

.nav li {
    float: left;
    width: 220px;
    border-left: 1px solid #55a4e8;
}

.nav li:first-child {
    border-left: none !important;
}

.nav a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 0 42px;
    text-align: center;
    font-size: 17px;
}

.nav a:hover {
    color: #cd0200;
}

/* 横幅相关 */
.banner {
    width: 100%;
    background: url(../images/1907131343500506772.png) center top no-repeat;
}

.banner-top {
    width: 100%;
    background-color: #efefef;
    height: 40px;
}

.banner-top-nav {
    width: 1100px;
    line-height: 40px;
    margin: 0 auto;
}

.banner-top-left ul li {
    float: left;
    padding-left: 20px;
    color: #999999;
    font-size: 13px;
}

.banner-top-left ul li a {
    color: #999999;
    font-size: 13px;
}

.banner-top-left ul li span {
    color: #999999;
    font-size: 13px;
}

.banner-top-left ul li:first-child {
    padding-left: 0px;
}

.banner-top-right {
    padding-left: 200px;
}

.banner-top-right a {
    color: #999999;
    font-size: 13px;
}

.banner-top-right span {
    color: #999999;
    font-size: 13px;
}

.banner .w1100 {
    height: 150px;
}

.logo {
    margin-top: 33px;
}

.search {
    /**搜索**/
    width: 297px;
    height: 35px;
    margin-top: 3px;
}

.searchText {
    width: 214px;
    height: 35px;
    border: 1px solid #74a9e9;
    border-right: none;
    line-height: 33px;
    color: #999999;
    padding-left: 13px;
}

.search .smt {
    width: 83px;
    height: 35px;
    color: #fff;
    padding-left: 30px;
    background: url(../images/1907241520106617619.png) no-repeat;
}

/* 导航相关 */
.nav1 {
    position: relative;
}

.xia-list {
    border: 1px solid #ccc;
}

.xia-list li {
    border: none !important;
}

/*走进延寿下拉*/
.zjys {
    width: 1102px;
    padding: 5px 0;
    position: absolute;
    left: 0px;
    top: 50px;
    text-align: center;
    z-index: 10000;
    background: #fff;
}

.ysgk {
    width: 550px;
    text-align: left;
    border-left: 2px solid #ccc;
}

.sub {
    width: 500px;
    margin-left: 20px;
    padding-top: 20px;
}

.sub li {
    float: left;
    vertical-align: middle;
    width: 100px !important;
}

.sub li a {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #000;
    padding: 0 0 0 0 !important;
    background: none !important;
}

/*政务公开下拉*/
.zwgkxia {
    width: 1102px;
    padding: 5px 0;
    position: absolute;
    left: 0px;
    top: 50px;
    text-align: center;
    z-index: 10000;
    background: #fff;
}

.sub1 {
    width: 1100px;
}

.sub1 li {
    float: left;
    vertical-align: middle;
    width: 175px !important;
}

.sub1 li a {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #000;
    padding: 0 0 0 0 !important;
    background: none !important;
}

/*政民互动下拉*/
.zmhd {
    width: 1102px;
    padding: 5px 0;
    position: absolute;
    left: 0px;
    top: 50px;
    text-align: center;
    z-index: 10000;
    background: #fff;
}

.sub2 {
    width: 500px;
    margin-left: 20px;
    margin-top: 30px;
}

.sub2 li {
    float: left;
    vertical-align: middle;
    width: 115px !important;
}

.sub2 li a {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #000;
    padding: 0 0 0 0 !important;
    background: none !important;
}

.bxt {
    width: 550px;
    text-align: left;
    border-right: 2px solid #ccc;
}

.sqglbt {
    font-size: 17px;
    color: #000000;
    line-height: 34px;
    font-weight: bold;
    display: block;
    padding-left: 20px;
}

.sqglnr {
    text-indent: 28px;
    font-size: 14px;
    line-height: 30px;
    padding-left: 20px;
}

.sqglnr a {
    color: #005293 !important;
    display: inline !important;
    font-size: 15px !important;
    padding: 0 30px !important;
}

/* 当前位置 */
.dqwz-bg {
    width: 100%;
    height: 40px;
    background-color: #ededed;
    margin-bottom: 30px;
}

.dqwz {
    height: 40px;
    line-height: 40px;
    background: url(../images/dqwz_img.png) 1px no-repeat;
    color: #454545;
    font-size: 13px;
    padding-left: 20px;
}

.dqwz a {
    color: #454545;
}

.dqwz a:hover {
    color: #009af0;
}

/* 友情链接相关 */
.yqlj {
    width: 100%;
    height: 95px;
}

.yqlj .w1100 {
    min-height: 70px;
    position: relative;
}

.yqlj .w1100>div {
    width: 230px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-top: 25px;
    margin-left: 60px;
    font-size: 13px;
    background-color: #ebebeb;
    text-align: center;
    border-top: 2px solid #ffffff;
}

.yqlj .w1100>.active {
    border-top: 2px solid #3c97d3;
}

.yqlj .w1100>div:first-child {
    margin-left: 0;
}

.yqlj .w1100 ul {
    width: 1100px;
    max-height: 240px;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 65px;
    background-color: #fff;
    display: none;
    padding-top: 10px;
}

.yqlj .w1100 ul li {
    float: left;
    padding-left: 15px;
    line-height: 32px;
}

.yqlj .w1100 ul li a {
    display: block;
    width: 230px;
    height: 32px;
    line-height: 32px;
}

.yqlj .w1100 ul li a:hover {
    color: #cd0200;
}

/* 公共底部相关样式 */
/* 联系我们 */
.lxwm {
    font-size: 15px;
    background-color: #676767;
    border-top: 1px solid #b9b9b9;
    width: 100%;
    height: 42px;
}

.lxwm-content {
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
}

.lxwm-content a,
.lxwm-content a:hover {
    color: #FFFFFF;
}

/* 版权信息 */
.bqxx {
    background-color: #434343;
    width: 100%;
    height: 196px;
}

.bqxx .w1100 {
    text-align: center;
    color: #d0cfcf;
    font-size: 13px;
    line-height: 23px;
}

.bqxx span {
    display: inline-block;
    height: 23px;
    line-height: 23px;
}

.bqxx-list {
    width: 1100px;
    height: 196px;
    margin: 0 auto;
    padding-top: 25px;
}

.bqxx-list ul {
    width: 888px;
    margin: 0 auto;
    margin-left: 50px;
}

.bqxx-list ul li a {
    color: #d0cfcf;
}

/* 国徽 */
.gh {
    display: inline-block;
    background: url(../images/1907131348531603315.png) left center no-repeat;
    padding-left: 30px;
    margin-left: 20px;
    color: #d0cfcf;
}

/* 党政机关 */
.dzjg {
    width: 52px;
    height: 62px;
    display: block;
    margin-top: 35px;
}

/* 纠错 */
.jiucuo {
    width: 104px;
    padding-top: 35px;
    margin: 0 auto;
}

/* 分页相关 */
table.datatables {
    width: 100% !important;
}


.dataTables_wrapper tbody tr {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #d2d2d2;
    background: url(../images/jn_pic_02.png) no-repeat left center;
}

.dataTables_wrapper tbody tr td {
    padding: 0 15px;
}

.dataTables_wrapper tbody tr td a {
    font-size: 17px;
}

.dataTables_wrapper tbody tr .time {
    padding-right: 15px;
    width: 120px;
    font-size: 14px;
}

.pgToolbar {
    height: 30px;
    line-height: 30px;
    border: 1px solid #DADADA;
    background: url(../images/bg.gif);
    margin: 10px 0 -1px 0;
    padding: 0 5px;
}

.pgToolbar>div {
    float: left;
}

.paginate_button {
    float: left;
    text-align: center;
    text-decoration: none !important;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent;
    padding: 0 2px;
    display: block;
}

.paginate_button .bi {
    display: inline-block;
    vertical-align: -5px;
    fill: currentcolor;
    width: 20px;
    height: 20px;
}

.paginate_button:active {
    background-color: #0277d5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009af0), color-stop(100%, #0277d5));
    background: -webkit-linear-gradient(top, #009af0 0%, #0277d5);
    background: -moz-linear-gradient(top, #009af0 0%, #0277d5);
    background: -ms-linear-gradient(top, #009af0 0%, #0277d5);
    background: -o-linear-gradient(top, #009af0 0%, #0277d5);
    background: linear-gradient(to bottom, #009af0 0%, #0277d5);
    box-shadow: inset 0 0 3px #111;
}

.paginate_button:hover {
    color: white !important;
    border: 1px solid #0158b5;
    background-color: #0277d5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009af0), color-stop(100%, #0277d5));
    background: -webkit-linear-gradient(top, #009af0 0%, #0277d5);
    background: -moz-linear-gradient(top, #009af0 0%, #0277d5);
    background: -ms-linear-gradient(top, #009af0 0%, #0277d5);
    background: -o-linear-gradient(top, #009af0 0%, #0277d5);
    background: linear-gradient(to bottom, #009af0 0%, #0277d5);
}

.paginate_button.current,
.paginate_button.current:hover {
    color: inherit !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: rgba(230, 230, 230, 0.1);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.paginate_button.disabled,
.paginate_button.disabled:hover,
.paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.pgCurrentPage {
    width: 30px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #CCCCCC;
    background: url(../images/text_bg.gif) repeat-x;
}

.separator {
    padding: 0 5px;
    width: 2px;
    height: 30px;
    float: left;
    background: url(../images/separator.gif) no-repeat center;
}